<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>18</cardCount>
<cardID>7591</cardID>
<listID>2195</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>288</width>
<height>352</height>
</cardSize>
<script>on openStackset cursor to busycreate menu "Eat"put "My Shorts,My Pencil,My &%$#@" into menu "Eat"palette "navigator","-100,100"show window "navigator"show window "scroll" at "-100,188"repeat with x = 2 to the number of cardsset cursor to busyget line 1 of bg fld "blab" of card xput it into line (x + 1) of cd fld "index" of card 1end repeatgo card 1show card field "About"end openStackon closeStackreset menubarhide window "scroll"if there is a window "navigator" then send "close" to window "navigator"end closeStackon resumeStackopenStackend resumeStackon suspendStackcloseStackend suspendStackon openCardset the scroll of bg fld "blab" of this card to 0end openCard</script>